Lex Cyberia

Cyber Glossary

Cyberlaw dictionary is an alphabetical reference guide to technical and legal terms related to the Internet. The site you are now browsing contains over 500 definitions of words drawn from Standard Internet English including technical terms and their meanings. Our aim is to explain basic technical jargon of cyberspace to those who are not familiar with its jargon. We've given preference to terms that are widely used, like modem or bandwidth, and to those that describe new concepts specific to the Internet experience such as phishing or sexting.

Browse: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Servlet

a Java applet that runs on a Web server. Servlets are slowly replacing CGI applications because of their versatility. Unlike a CGI program, an applet is opened by a Web browser and stored in memory so that each time it is needed it is available without the need to reload. CGI scripts must load each time utilized, taking more time than servlets. see applet, CGI.